home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Software
/
TemaCD
/
RCEdit
/
RCEdit.CAB
/
Full Menu.js
< prev
next >
Wrap
Text File
|
1996-09-30
|
145b
|
8 lines
// Menu Selector
function getlocation(URL) {
var num = URL.selectedIndex;
var str = URL.options[num].value;
location.href=str;
}